home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / mini_pai.swf / scripts / DefineButton2_357 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-06-09  |  119 b   |  6 lines

  1. on(release){
  2.    paint = new Color(brush.brushend);
  3.    paint.setRGB(parseInt(mustard,16));
  4.    brush_c = mustard;
  5. }
  6.